projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d27f8ca
)
(ps-mule-begin-job): Fix malformed regexp.
author
Kenichi Handa
<handa@m17n.org>
Tue, 27 Jul 1999 02:37:24 +0000
(
02:37
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 27 Jul 1999 02:37:24 +0000
(
02:37
+0000)
lisp/ps-mule.el
patch
|
blob
|
history
diff --git
a/lisp/ps-mule.el
b/lisp/ps-mule.el
index 3975fe4a339b10ea55456bfda74d73c6c55303e5..ddc5ca44bfa668da4d319b58139dfe14e044ec50 100644
(file)
--- a/
lisp/ps-mule.el
+++ b/
lisp/ps-mule.el
@@
-1190,7
+1190,7
@@
This checks if all multi-byte characters in the region are printable or not."
(string-as-multibyte "[^\040-\176\240-\377]"))
((eq ps-print-control-characters 'control)
(string-as-multibyte "[^\040-\176\200-\377]"))
- (t (string-as-multibyte "[^\000-\011\013\015-\377"))))))
+ (t (string-as-multibyte "[^\000-\011\013\015-\377
]
"))))))
;;;###autoload
(defun ps-mule-begin-page ()